home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / pnm2ppa.conf < prev    next >
Text File  |  2009-10-28  |  8KB  |  188 lines

  1. # Sample configuration file 
  2. #
  3. # This file will be automatically read upon startup if it is placed in
  4. # /etc/pnm2ppa.conf
  5. #
  6. # uncomment entries by removing "#" to activate them.
  7. #
  8. #-----------set the printer model---------------------------
  9. # The printer model will normally  be set by a -v <model> command
  10. # line argument.   Otherwise, if not set in the configuration file
  11. # it defaults to the 710/720 series.   Remove/comment out the line
  12. # "version 0" below to get the default choice.
  13. # If there is more than one "version" entry activated, the last one
  14. # will be used.   The printer version can also be set with the command line
  15. # option e.g., "-v 720".
  16.  
  17. version  710
  18. #version  720    # 710, 712, 722 also acceptable
  19. #version  820
  20. #version 1000
  21.  
  22.  
  23. #--------control system log messages from pnm2ppa-------------------
  24. # pnm2ppa issues progress and error messages to the system log (syslog).
  25. # For security reasons, no  input from the user is ever sent to the syslog.
  26. # The setting "silent 1" suppresses messages to the syslog.   The
  27. # setting "verbose 1"  sends messages to the standard error stream (stderr)
  28. # in addition to the syslog. (Note: if pnm2ppa was compiled with the
  29. # -D__NO_SYSLOG__ option (e.g., for BeOS),  syslog messages are
  30. # diverted to stderr; use "silent 1" to suppress them.)
  31.  
  32. #silent 1
  33. #verbose 1
  34.  
  35. # (NEW FEATURE:)
  36. # standard informational messages ( when a job starts, when each page
  37. # prints, job finished, etc.) will not be recorded in the System Log,
  38. # unless explicitly activated here with the "log_info 1" keyword.
  39. # (i.e., "log_info 0" is the default.)
  40. # (Informational messages will still always be sent  to stderr in "verbose" 
  41. # mode, even if log_info is not set.)
  42.  
  43. log_info 1               # <= COMMENT THIS OUT TO GET THE NEW DEFAULT BEHAVIOR!
  44.  
  45. # Note: the "silent 1" and "log_info" keywords are only accepted from the 
  46. # system configuration  file (/etc/pnm2ppa.conf), and not from configuration 
  47. # files specified  by users with the pnm2ppa option "-f".
  48.  
  49. #---------set the margins of the printed page-------------------
  50. # Margins: these are distances from the edges of the paper in
  51. # "dots" ( 600 dots = 1 inch = 2.54 cm).   
  52. # Nothing outside these margins will be printed. 
  53. # Default values are give below;  uncomment  and change, if necessary. 
  54. # (Older versions of pnm2ppa required larger left and right margins to avoid 
  55. # printer failure with  "flashing lights", but this  problem is believed to 
  56. # be solved)
  57.  
  58. #topmargin      10 
  59. #bottommargin   150
  60. #leftmargin     10
  61. #rightmargin    10
  62.  
  63. #----------center the printer output on the paper-------------------
  64. # Offsets: these are adjustments for centering the print correctly on the
  65. # paper.   Units are dots (1/600 inch).   Add a positive number of dots to
  66. # xoff to move the printed image  to the  right, relative to the paper.
  67. # add to yoff to move it  down.   The helper program calibrate_ppa prints
  68. # a test page to  check the offsets (see CALIBRATON.txt):
  69. # usage: "calibrate_ppa --center | pnm2ppa --bw  - - | lpr -l
  70. # Default values are:
  71.  
  72. #xoffset   160
  73. #yoffset    50
  74.  
  75. #------------align the  black and color ink cartridges--------
  76. # Color Offsets: these control alignment between the black  ink
  77. # and color ink print cartridges.   This changes a little  whenever  you  
  78. # replace an ink cartridge, so the default values are just approximate.
  79. #
  80. # Use "calibrate_ppa --align  | pnm2ppa --fd - - | lpr -l "
  81. # to print a test page to help you adjust the color offsets.
  82. #
  83. # The first line checks horizontal alignment ColOffsX,: 
  84. # The second line checks vertical alignment ColOffsY,: 
  85. # The alignment  is correct if alignment patterns "0" is best.   
  86. # If a diffent alignment pattern is best, add or subtract the  + or
  87. # - value shown below it to ColOffsX or ColOffSy.
  88. # See CALIBRATION.txt for more details.
  89. # Use "calibrate_ppa --test  | pnm2ppa --fd - - | lpr -l " to check your
  90. # new settings.
  91.  
  92. #ColOffsX    0
  93. #ColOffsY    0
  94.  
  95. #---------------"shearing" corrections-------------------------------------
  96. # shearing correction (for bidirectional printing modes)
  97. # if there is a horizontal offset between right-to-left and left-to-right
  98. # sweeps of the print head, adjust these in units of 1"/600 (1 dot). 
  99. # There are separate corrections colorshear and blackshear for the 
  100. # color and black  print heads.  The third and fourth lines of the
  101. # alignment test page (see above) tests these.   
  102. # The setting is correct when alignments "0" are correct.
  103. # The (positive or negative) number shown under the best-aligned shearing 
  104. # alignment pattern tells you how much to change the colorshar or blackshear
  105. # value by.   (For, example, if you print the calibration page with 
  106. # "colorshear 0" (the default value) and the best pattern is labelled "-2", 
  107. # uncomment the "colorshear" value below and set it equal to -2.)
  108.  
  109. #colorshear    0
  110. #blackshear    0
  111.  
  112. #-------------blackness control-----------------------------
  113. # this controls the density of black ink used. 
  114. # valid blackness choices are 1 2 3 4; controls the
  115. # density of black ink used: 1 (least ink), 2 (default), 4 (most).
  116. # 0 = no black ink.   This affects black ink bordered by whitespace
  117. # only  (e.g. text, but not black in color images)
  118.  
  119. #blackness 2   
  120.  
  121. #------------Color correct curve Gamma parameters-------------------------
  122. # Gamma color correction values for Red, Green and Blue:
  123. # (Note: a more effective method of color correction is to use
  124. # a calibration file /etc/pnm2ppa.gamma, in which case these
  125. # Gamma values will not be used.  See COLOR.html or COLOR.txt) 
  126. # The pnm2ppa option --noGamma suppresses color correction.
  127.  
  128. # The  standard Gamma  enhancement  curve is 
  129. # gEnh(i) = (int) ( pow ( (double) i / 256, Gamma ) * 256 ) 
  130. # (i.e., 256 times ( i*(1.0/256)) to the power Gamma ),
  131. # where (int) i is the ppm color intensity, in the range 0 - 255.
  132. # positive values of Gamma enhance  (increase the intensity of)
  133. # the corresponding color.   Gamma = 1.0 corresponds to no
  134. # color correction, gEnh[i] = i.
  135.  
  136. # You can specify Gamma values as a decimal number for each primary color
  137.  
  138. #GammaR 1.0      # red enhancement
  139. #GammaG 1.0      # green enhancement
  140. #GammaB 1.0      # blue enhancement
  141.  
  142. # For use with the printed output of "pnm2ppa -g ",
  143. # you can also specify Gamma values using the integer GammaIdx,
  144. # which gives Gamma = 1.0 - 0.033 * GammaIdx :
  145.  
  146. #RedGammaIdx    0     
  147. #GreenGammaIdx    0
  148. #BlueGammaIdx    0
  149.  
  150. # Default papersize (only used for printing the color calibration
  151. # test page with pnm2ppa -g).  
  152. # Valid choices are: a4, letter, legal:
  153.  
  154. #papersize letter    # this is the default  
  155. #papersize legal
  156. #papersize a4
  157.  
  158. #-----------suppress bidirectional printing---------------------
  159.  
  160. # by default the printing sweeps are now bidirectional (unimode 0);
  161. # to make  unidirectional printing (left-to-right) the default behavior,
  162. # (unimode 1) uncomment the next line .  (The command line options --uni 
  163. # and --bi override the default behavior).  You might wish to print 
  164. # unidirectionally to avoid shearing effects in high-quality
  165. # color images, for example)
  166.  
  167. #unimode 1
  168.  
  169. #------------switch off (color) data compression------------------
  170. # Previously, data compression of color data sent to the printer
  171. # was not enabled.    It is now enabled by default, but has only
  172. # been tested on HP71x/72xC models.   Uncomment and set "compression 0"
  173. # to disable color data compression  if necessary.
  174.  
  175. #compression 1
  176.  
  177. #=====================================================================
  178. # the following are switches for debugging purposes only:
  179. # set their values to 0 to switch off the corresponding ink type:
  180.  
  181. #black_ink 1
  182. #color_ink 1
  183. #cyan_ink 1
  184. #magenta_ink 1
  185. #yellow_ink 1
  186.